func runtime.bytes
5 uses
runtime (current package)
print.go#L20: func bytes(s string) (ret []byte) {
print.go#L235: gwrite(bytes(`\x`))
print.go#L238: gwrite(bytes(`\u`))
print.go#L241: gwrite(bytes(`\U`))
print.go#L257: gwrite(bytes(s))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |